home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / IP-Tools.v2.20.WinALL / ipt220.exe / Ip_tools.exe / 0 / RCDATA / TPROCESSFORM / TPROCESSFORM.txt
Encoding:
Text File  |  2003-03-01  |  1.1 KB  |  58 lines

  1. object ProcessForm: TProcessForm
  2.   Left = 194
  3.   Top = 203
  4.   Width = 468
  5.   Height = 129
  6.   BorderIcons = []
  7.   Caption = 'Process'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Gauge1: TGauge
  18.     Left = 14
  19.     Top = 32
  20.     Width = 339
  21.     Height = 20
  22.     Color = clBtnFace
  23.     ForeColor = clBlue
  24.     ParentColor = False
  25.     Progress = 0
  26.   end
  27.   object Label1: TLabel
  28.     Left = 13
  29.     Top = 9
  30.     Width = 91
  31.     Height = 16
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'Wait Please ..'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -15
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     WordWrap = True
  42.   end
  43.   object Label2: TLabel
  44.     Left = 14
  45.     Top = 60
  46.     Width = 67
  47.     Height = 16
  48.     Alignment = taCenter
  49.     AutoSize = False
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -14
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57. end
  58.